home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / pc / uragirl2 / uragirl / favorite.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  450 b   |  16 lines

  1. on startMovie
  2.   global slct, slcline, slfile, ngyou, mylist, zmylist, intrbal
  3.   put intrbal / 60 into field "TMP"
  4.   set the visible of sprite 6 to 0
  5.   set the visible of sprite 7 to 0
  6.   set the visible of sprite 8 to 0
  7.   if mylist = 0 then
  8.     set mylist to EMPTY
  9.     set zmylist to EMPTY
  10.     set the visible of sprite 10 to 0
  11.     set the visible of sprite 13 to 0
  12.   end if
  13.   put mylist into field "SELECTED"
  14.   put zmylist into field "ZSELECTED"
  15. end
  16.